ResourceGetPropertiesAsXml Method (String) |
Gets all properties from the resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic string[] GetPropertiesAsXml(
string address
)
Public Function GetPropertiesAsXml (
address As String
) As String()
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
StringAn array of properties as xml strings.
See Also